setStartPoint(PDFPoint) Method
In This Topic
Sets the line's start point.
Because the start point uses page display coordinates, the annotation must be added to the page before setting the start point.
Syntax
Parameters
- point
- A com.o2sol.pdf4java.graphics.PDFPoint object that specifies the start point of the line annotation in display coordinates.
Exceptions
| Exception | Description |
| java.lang.NullPointerException | When point parameter is null |
| java.lang.IllegalStateException | When the annotation does not belong to a page |
See Also